home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 September & October / Amiga-CD 1996 #9-10.iso / ausgabe_9_96 / kommunikation / mm_030 / rexx / mm_requester.rexx < prev    next >
OS/2 REXX Batch file  |  1996-04-29  |  248b  |  14 lines

  1. /*
  2. ** This script shows how to use the MM Requester
  3. */
  4.  
  5. address 'MAILMANAGER'
  6.  
  7. titolo = '"MM Requester"'
  8. text = 'This is an example for the usage of'x2c(0A)'cbMM_Requestern'
  9. gadgets = '*_Ok|_Cancel'
  10.  
  11. MM_Requester titolo 'text' 'gadgets'
  12.  
  13. say rc
  14.